home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / COM / Fetch 3.0.1 folder.sit / Fetch 3.0.1 folder / Fetch 3.0.1 Installer / Fetch Help.rsrc / FHLP_407_ Send FTP Command < prev    next >
Text File  |  1996-03-05  |  1KB  |  15 lines

  1. Send FTP Command...
  2.  
  3. Most file transfer tasks can be handled with Fetch's regular buttons and menu items.  But some file transfer servers implement non-standard commands, or require use of standard commands in non-standard situations.  If these cases you can send an arbitrary FTP command with the Send FTP Command(s) menu item.  It prompts you for one or more commands and passes them along to the other computer without interpretation.
  4.  
  5. Note that FTP protocol commands often differ from the commands typed to the Unix FTP client.  For example, メcdモ is not a valid FTP command but メCWDモ is.  Likewise, メlsモ and メdirモ are not valid commands; the proper file listing commands are メNLSTモ and メLISTモ.  FTP commands can be entered in upper or lower case.
  6.  
  7. If you send the メUSERモ command Fetch will automatically prompt you to enter a password.  If you send a file listing command (メNLSTモ or メLISTモ) Fetch will put the file list into a new text window.
  8.  
  9. Examples of commands that may be useful (these are specific to Unix servers):
  10.  
  11.  LIST -lt                         -- lists files sorted by date
  12.  NLST *.hqx                    -- lists files that end in メ.hqxモ
  13.  HELP                             -- lists the commands supported by this server
  14.  
  15. If you enter a command that starts a file-transfer it will almost certainly not work and you may have to close the connection.